NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Add back in localhost to AllowedOrigins and add /api to backend path #43

Closed oxyflush closed 7 months ago

oxyflush commented 7 months ago

This MR adds in origin for localhost which allows the backend to be stood up on the local machine.

This MR adds in /api to the backend path. This distinguishes the backend endpoints as API endpoints.