lenscas / rp_tracker

A webbased roleplay manager API
MIT License
1 stars 1 forks source link

api instead of ajax #41

Closed lenscas closed 7 years ago

lenscas commented 8 years ago

Replace the "ajax" at the start of an api related url to "api" as this makes more sense. Example ajax/users/{user_id} will become api/users/{user_id}