Skip to content

Commit

Permalink
API Particulier: Change url for API status
Browse files Browse the repository at this point in the history
There's a globbing server side (nginx) on /api/ to redirect traffic to
siade.
  • Loading branch information
skelz0r committed Oct 27, 2023
1 parent ff63459 commit 154b7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/api_particulier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
post '/compte/jetons/:id/partager', to: 'restricted_token_magic_links#create', as: :token_create_magic_link
get 'public/jetons/:access_token', to: 'public_token_magic_links#show', as: :token_show_magic_link

get '/apis/status', to: 'pages#current_status', as: :current_status
get '/status_apis', to: 'pages#current_status', as: :current_status

get '/infolettre', to: 'pages#newsletter', as: :newsletter
get '/mentions-legales', to: 'pages#mentions', as: :mentions
Expand Down

0 comments on commit 154b7ab

Please sign in to comment.