Changeset 97a2322 for iknow-api


Ignore:
Timestamp:
12/21/25 18:44:41 (9 months ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
ce1f8d4
Parents:
bf18ca4
Message:

Added CORS for frontend deployment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.json

    rbf18ca4 r97a2322  
    77  },
    88  "AllowedOrigins": [
    9     "http://localhost:3000"
     9    "http://localhost:3000",
     10    "https://iknow-remaster.vercel.app"
    1011  ],
    1112  "ConnectionStrings": {
Note: See TracChangeset for help on using the changeset viewer.