samples
samples copied to clipboard
Remove local url-for from any samples.
From pedestal/pedestal#114, we would like to remove the usage of local url-for definitions in any samples where they occur.
These are automatically accounted for, meaning they can just be removed or does something else need to change with it? Service template still generates these.
I'd say the process should be:
- Complete pedestal/pedestal#114 (remove
url-forfrom templates and verify everything is still peachy) - Re-generate service samples w/o
def url-for
Yeah that's what I'm doing anyway, seems there is nothing broken due to that so far.