Skip to content

Commit

Permalink
switched from https to http
Browse files Browse the repository at this point in the history
  • Loading branch information
raza4729 committed Jul 6, 2023
1 parent d20cf2f commit a041ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
apiUrl: 'https://ltdemos.informatik.uni-hamburg.de/cam-api',
apiUrl: 'http://ltdemos.informatik.uni-hamburg.de/cam-api',
suggestionsElasticsearchUrl: 'http://localhost:9200/suggestions-index/suggestions/_search'
};

0 comments on commit a041ffc

Please sign in to comment.