fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
237 stars 85 forks source link

The name "quartz-manager" is hard-coded in the frontend #28

Closed fabioformosa closed 3 years ago

fabioformosa commented 3 years ago

In prod, frontend will be provided by the backend, so each URL is composed starting from the base url. In dev, it's needed to activate a proxy into the dev server.

fabioformosa commented 3 years ago

Solved by #22