Skip to content

Commit

Permalink
Using espurna.io as CORS domain
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Mar 21, 2019
1 parent 546c8f0 commit 13fb5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
// there are no special requirements. Any static web server will do (NGinx, Apache, Lighttpd,...).
// The only requirement is that the resource must be available under this domain.
#ifndef WEB_REMOTE_DOMAIN
#define WEB_REMOTE_DOMAIN "http://tinkerman.cat"
#define WEB_REMOTE_DOMAIN "http://espurna.io"
#endif

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 13fb5fa

Please sign in to comment.