LinguistAI / user

1 stars 0 forks source link

feat(LINGUIST-486): Only valid words can be added #82

Closed KardelenCeren closed 6 months ago

KardelenCeren commented 6 months ago

When adding a new word, send a sync request to the dictionary to check if the word is valid.

secrets.properties should be changed to include: (I will update the confluence page after merge)

DICT_SERVICE_BASE_URL=http://localhost:8082/api/v1/dictionary

I am not sure if this would work on the server though. @tolgaozgun

tolgaozgun commented 6 months ago

Hit me up before this merges, I need to add a env variable

tolgaozgun commented 6 months ago

Added the env variable to server env files. I cannot foresee any issues on deployment