···3838 /// Use the public PLC directory
3939 PlcDirectory {
4040 /// Base URL for the PLC directory
4141- base: Url,
4141+ pub base: Url,
4242 },
4343 /// Use the slingshot mini-docs service
4444 Slingshot {
4545 /// Base URL for the Slingshot service
4646- base: Url,
4646+ pub base: Url,
4747 },
4848}
4949