diff options
author | Pjotr Prins | 2023-07-05 08:54:08 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-07-05 08:54:12 -0500 |
commit | 6fb93ceeeea228e638f11ffa770d58c730268c69 (patch) | |
tree | 7c6a526d083d9666a3e2a043b09a7f1dedf2b70f /gn3-guile/web/static | |
parent | f52247c15f3694f3dd5fd0fd79c3e15376137e07 (diff) | |
download | genenetwork3-6fb93ceeeea228e638f11ffa770d58c730268c69.tar.gz |
Kicked of guile REST API
Diffstat (limited to 'gn3-guile/web/static')
-rw-r--r-- | gn3-guile/web/static/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3-guile/web/static/README.md b/gn3-guile/web/static/README.md new file mode 100644 index 0000000..8cb1b8c --- /dev/null +++ b/gn3-guile/web/static/README.md @@ -0,0 +1,2 @@ +IMPORTANT: this is a REST server. Any static CSS and HTML should be handled in +the GN2 code base(!) |