ActiDoo / gamification-engine

gamification-engine (gengine) is a framework for developing gamification features for your application
MIT License
429 stars 108 forks source link

404 Not Found add_or_update_user/<user_id> #41

Closed mhsharifi96 closed 2 years ago

mhsharifi96 commented 5 years ago

hi when I request to rest api on gamification engine a url 404 Not Found

in my gamification engine, auth is off for example : http://127.0.0.1:6543/add_or_update_user/2 and method: post and python version is 3.7.3 respones: `

404 Not Found
<body>
    <h1>404 Not Found</h1>

The resource could not be found.

/add_or_update_user/2

    <div id="pDebug">
        <div  id="pDebugToolbarHandle">
            <a title="Show Toolbar" id="pShowToolBarButton"
       href="http://127.0.0.1:6543/_debug_toolbar/313339383835303732303837393230" target="pDebugToolbar">&#171; FIXME: Debug Toolbar</a>
        </div>
    </div>
</body>

`

How to solve this problem?

msander commented 2 years ago

fixed in develop