dukeofharen / httplaceholder

A very flexible cross platform HTTP stub application.
MIT License
109 stars 4 forks source link

Refactoring/fix UI build #327

Closed dukeofharen closed 1 year ago

dukeofharen commented 1 year ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

When the UI was opened (so on http://httplaceholder/ph-ui) the HTML was altered so the root URL was written to it. This result was cached, which means when HttPlaceholder was opened on another machine on the same network, the "old" root URL would still be inserted in the HTML.

What is the new behavior?

Does this introduce a breaking change?