Newer
Older
Website-backend / config / routes.rb
@lukas lukas on 3 Apr 2022 149 bytes initial commit
Rails.application.routes.draw do
  @root = 'api/'
  post @root+'users/authenticate'
  post @root+'users/presalt'
  post @root+'users/checkToken'
end